[INFO] cloning repository https://github.com/vivlim/rust-gallery-generator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vivlim/rust-gallery-generator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvivlim%2Frust-gallery-generator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvivlim%2Frust-gallery-generator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cc35acc56b7f2617e61b5c6743968c547b3e910c
[INFO] fixing vivlim/rust-gallery-generator against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvivlim%2Frust-gallery-generator" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/vivlim/rust-gallery-generator
[INFO] finished tweaking git repo https://github.com/vivlim/rust-gallery-generator
[INFO] tweaked toml for git repo https://github.com/vivlim/rust-gallery-generator written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vivlim/rust-gallery-generator on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/vivlim/rust-gallery-generator already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `gallery` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2b8a61d102129f4db7e192900d931fe09fc097f9df1e6f831773decfc50d43cf
[INFO] running `Command { std: "docker" "start" "2b8a61d102129f4db7e192900d931fe09fc097f9df1e6f831773decfc50d43cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2b8a61d102129f4db7e192900d931fe09fc097f9df1e6f831773decfc50d43cf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2b8a61d102129f4db7e192900d931fe09fc097f9df1e6f831773decfc50d43cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2b8a61d102129f4db7e192900d931fe09fc097f9df1e6f831773decfc50d43cf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `gallery` (manifest) generated 1 warning
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling num-integer v0.1.39
[INFO] [stderr]    Compiling libc v0.2.43
[INFO] [stderr]    Compiling rand_core v0.3.0
[INFO] [stderr]    Compiling cfg-if v0.1.6
[INFO] [stderr]    Compiling either v1.5.0
[INFO] [stderr]    Compiling byteorder v1.2.7
[INFO] [stderr]    Compiling safemem v0.3.0
[INFO] [stderr]    Compiling md5 v0.3.8
[INFO] [stderr]    Compiling num-traits v0.2.6
[INFO] [stderr]     Checking itertools v0.7.8
[INFO] [stderr]    Compiling rand_core v0.2.2
[INFO] [stderr]    Compiling base64 v0.9.3
[INFO] [stderr]    Compiling rand v0.5.5
[INFO] [stderr]    Compiling memchr v2.1.1
[INFO] [stderr]    Compiling lazy_static v1.1.0
[INFO] [stderr]    Compiling unicase v2.2.0
[INFO] [stderr]     Checking num-rational v0.2.1
[INFO] [stderr]     Checking mime v0.3.12
[INFO] [stderr]    Compiling nom v4.0.0
[INFO] [stderr]     Checking rsass v0.9.4
[INFO] [stderr]     Checking ructe v0.4.6
[INFO] [stderr]    Compiling gallery v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/build.rs from 2015 edition to 2018
[INFO] [stderr]    Migrating src/main.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed src/handlers.rs (2 fixes)
[INFO] [stderr]        Fixed /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_index.rs (3 fixes)
[INFO] [stderr]        Fixed /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_page_base.rs (1 fix)
[INFO] [stderr]        Fixed /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_swf.rs (3 fixes)
[INFO] [stderr]        Fixed src/main.rs (1 fix)
[INFO] [stderr]        Fixed /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_fallback.rs (3 fixes)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.70s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.0.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] crater-edition-check: gallery v0.1.0 (/opt/rustwide/workdir) updating edition from 2015 to 2018
[INFO] [stderr]    Compiling gallery v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `templates`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_page_base.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ::templates::{Html,ToHtml};
[INFO] [stdout]   |       ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ::crate::templates::{Html,ToHtml};
[INFO] [stdout]   |       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `templates`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_fallback.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ::templates::{Html,ToHtml};
[INFO] [stdout]   |       ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ::crate::templates::{Html,ToHtml};
[INFO] [stdout]   |       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `files`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_fallback.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use files::File;
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::files::File;
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `templates`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_fallback.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use templates::page_base;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::templates::page_base;
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `templates`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_index.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ::templates::{Html,ToHtml};
[INFO] [stdout]   |       ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ::crate::templates::{Html,ToHtml};
[INFO] [stdout]   |       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `handlers`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_index.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use handlers::RenderedFile;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::handlers::RenderedFile;
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `templates`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_index.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use templates::page_base;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::templates::page_base;
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `templates`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_page_base.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ::templates::{Html,ToHtml};
[INFO] [stdout]   |       ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ::crate::templates::{Html,ToHtml};
[INFO] [stdout]   |       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `templates`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_swf.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ::templates::{Html,ToHtml};
[INFO] [stdout]   |       ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ::crate::templates::{Html,ToHtml};
[INFO] [stdout]   |       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `templates`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_fallback.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ::templates::{Html,ToHtml};
[INFO] [stdout]   |       ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ::crate::templates::{Html,ToHtml};
[INFO] [stdout]   |       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `files`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_swf.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use files::File;
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::files::File;
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `files`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_fallback.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use files::File;
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::files::File;
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `templates`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_swf.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use templates::page_base;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::templates::page_base;
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `templates`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_fallback.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use templates::page_base;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::templates::page_base;
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `templates`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_index.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ::templates::{Html,ToHtml};
[INFO] [stdout]   |       ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ::crate::templates::{Html,ToHtml};
[INFO] [stdout]   |       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `handlers`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_index.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use handlers::RenderedFile;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::handlers::RenderedFile;
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `templates`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_index.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use templates::page_base;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::templates::page_base;
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `templates`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_swf.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ::templates::{Html,ToHtml};
[INFO] [stdout]   |       ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ::crate::templates::{Html,ToHtml};
[INFO] [stdout]   |       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `files`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_swf.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use files::File;
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::files::File;
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `templates`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_swf.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use templates::page_base;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::templates::page_base;
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Write` and `self`
[INFO] [stdout]  --> src/handlers.rs:2:15
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::io::{self, Read, Write, Cursor};
[INFO] [stdout]   |               ^^^^        ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/main.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::io::{self, Write};
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_page_base.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[cfg_attr(feature="cargo-clippy", allow(useless_attribute))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_fallback.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[cfg_attr(feature="cargo-clippy", allow(useless_attribute))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_index.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[cfg_attr(feature="cargo-clippy", allow(useless_attribute))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_swf.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[cfg_attr(feature="cargo-clippy", allow(useless_attribute))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Write` and `self`
[INFO] [stdout]  --> src/handlers.rs:2:15
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::io::{self, Read, Write, Cursor};
[INFO] [stdout]   |               ^^^^        ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/main.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::io::{self, Write};
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_page_base.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[cfg_attr(feature="cargo-clippy", allow(useless_attribute))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_fallback.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[cfg_attr(feature="cargo-clippy", allow(useless_attribute))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_index.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[cfg_attr(feature="cargo-clippy", allow(useless_attribute))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_swf.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[cfg_attr(feature="cargo-clippy", allow(useless_attribute))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_page_base.rs:8:28
[INFO] [stdout]   |
[INFO] [stdout] 8 | where Content: FnOnce(&mut Write) -> io::Result<()>{
[INFO] [stdout]   |                            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]   = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 | where Content: FnOnce(&mut dyn Write) -> io::Result<()>{
[INFO] [stdout]   |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_page_base.rs:8:28
[INFO] [stdout]   |
[INFO] [stdout] 8 | where Content: FnOnce(&mut Write) -> io::Result<()>{
[INFO] [stdout]   |                            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]   = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 | where Content: FnOnce(&mut dyn Write) -> io::Result<()>{
[INFO] [stdout]   |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_page_base.rs:6:37
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn page_base<Content>(out: &mut Write, title: &str, content: Content)
[INFO] [stdout]   |                                     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn page_base<Content>(out: &mut dyn Write, title: &str, content: Content)
[INFO] [stdout]   |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_page_base.rs:6:37
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn page_base<Content>(out: &mut Write, title: &str, content: Content)
[INFO] [stdout]   |                                     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn page_base<Content>(out: &mut dyn Write, title: &str, content: Content)
[INFO] [stdout]   |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_fallback.rs:8:27
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn fallback(out: &mut Write, file: &File)
[INFO] [stdout]   |                           ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn fallback(out: &mut dyn Write, file: &File)
[INFO] [stdout]   |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_fallback.rs:8:27
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn fallback(out: &mut Write, file: &File)
[INFO] [stdout]   |                           ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn fallback(out: &mut dyn Write, file: &File)
[INFO] [stdout]   |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_index.rs:8:24
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn index(out: &mut Write, content_dir: &str, output_dir: &str, files: &Vec<RenderedFile>)
[INFO] [stdout]   |                        ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn index(out: &mut dyn Write, content_dir: &str, output_dir: &str, files: &Vec<RenderedFile>)
[INFO] [stdout]   |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_index.rs:8:24
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn index(out: &mut Write, content_dir: &str, output_dir: &str, files: &Vec<RenderedFile>)
[INFO] [stdout]   |                        ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn index(out: &mut dyn Write, content_dir: &str, output_dir: &str, files: &Vec<RenderedFile>)
[INFO] [stdout]   |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_swf.rs:8:22
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn swf(out: &mut Write, file: &File)
[INFO] [stdout]   |                      ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn swf(out: &mut dyn Write, file: &File)
[INFO] [stdout]   |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_swf.rs:8:22
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn swf(out: &mut Write, file: &File)
[INFO] [stdout]   |                      ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn swf(out: &mut dyn Write, file: &File)
[INFO] [stdout]   |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates.rs:25:33
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn to_html(&self, out: &mut Write) -> io::Result<()>;
[INFO] [stdout]    |                                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn to_html(&self, out: &mut dyn Write) -> io::Result<()>;
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates.rs:25:33
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn to_html(&self, out: &mut Write) -> io::Result<()>;
[INFO] [stdout]    |                                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn to_html(&self, out: &mut dyn Write) -> io::Result<()>;
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates.rs:34:33
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn to_html(&self, out: &mut Write) -> io::Result<()> {
[INFO] [stdout]    |                                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn to_html(&self, out: &mut dyn Write) -> io::Result<()> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates.rs:34:33
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn to_html(&self, out: &mut Write) -> io::Result<()> {
[INFO] [stdout]    |                                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn to_html(&self, out: &mut dyn Write) -> io::Result<()> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates.rs:40:33
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn to_html(&self, out: &mut Write) -> io::Result<()> {
[INFO] [stdout]    |                                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn to_html(&self, out: &mut dyn Write) -> io::Result<()> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates.rs:40:33
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn to_html(&self, out: &mut Write) -> io::Result<()> {
[INFO] [stdout]    |                                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn to_html(&self, out: &mut dyn Write) -> io::Result<()> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_html` found for reference `&str` in the current scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_page_base.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | title.to_html(out)?;
[INFO] [stdout]    |       ^^^^^^^ method not found in `&str`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following traits which provide `to_html` are implemented but not in scope; perhaps you want to import one of them
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::files::ructe::templates::ToHtml;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::templates::ToHtml;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_html` found for reference `&str` in the current scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_page_base.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | title.to_html(out)?;
[INFO] [stdout]    |       ^^^^^^^ method not found in `&str`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following traits which provide `to_html` are implemented but not in scope; perhaps you want to import one of them
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::files::ructe::templates::ToHtml;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::templates::ToHtml;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_html` found for reference `&str` in the current scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_page_base.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | title.to_html(out)?;
[INFO] [stdout]    |       ^^^^^^^ method not found in `&str`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following traits which provide `to_html` are implemented but not in scope; perhaps you want to import one of them
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::files::ructe::templates::ToHtml;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::templates::ToHtml;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_html` found for reference `&str` in the current scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_page_base.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | title.to_html(out)?;
[INFO] [stdout]    |       ^^^^^^^ method not found in `&str`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following traits which provide `to_html` are implemented but not in scope; perhaps you want to import one of them
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::files::ructe::templates::ToHtml;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::templates::ToHtml;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_html` found for reference `&str` in the current scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_index.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | output_dir.to_html(out)?;
[INFO] [stdout]    |            ^^^^^^^ method not found in `&str`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following traits which provide `to_html` are implemented but not in scope; perhaps you want to import one of them
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::files::ructe::templates::ToHtml;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::templates::ToHtml;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_html` found for reference `&str` in the current scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/gallery-15caebee505af3a8/out/templates/template_index.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | output_dir.to_html(out)?;
[INFO] [stdout]    |            ^^^^^^^ method not found in `&str`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following traits which provide `to_html` are implemented but not in scope; perhaps you want to import one of them
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::files::ructe::templates::ToHtml;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::templates::ToHtml;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gallery` (bin "gallery") due to 13 previous errors; 14 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `gallery` (bin "gallery" test) due to 13 previous errors; 14 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "2b8a61d102129f4db7e192900d931fe09fc097f9df1e6f831773decfc50d43cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b8a61d102129f4db7e192900d931fe09fc097f9df1e6f831773decfc50d43cf", kill_on_drop: false }`
[INFO] [stdout] 2b8a61d102129f4db7e192900d931fe09fc097f9df1e6f831773decfc50d43cf
